'Declaration
Overloads Function AddPrincipalResolver(Of T As {Class, IPrincipalResolver})() As ILoupeAgentBuilder
ILoupeAgentBuilder AddPrincipalResolver<T>() where T: class, IPrincipalResolver
Type Parameters
- T
- The type of the resolver, which must implement Gibraltar.Monitor.IPrincipalResolver.
Return Value
The builder instance.